home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.tu-muenchen.de!ganterth
- From: ganterth@mathematik.tu-muenchen.de (Thomas Ganter)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Need little C Help! (How to make caracters apear on the same spot again and again?)
- Date: 23 Feb 1996 11:30:38 GMT
- Organization: Math. Institut der TU Muenchen
- Distribution: world
- Message-ID: <1996Feb23.123038@mathematik.tu-muenchen.de>
- References: <4gjudo$i95@news.xs4all.nl>
- NNTP-Posting-Host: sunbulirsch5.mathematik.tu-muenchen.de
- X-newsreader: xrn 7.00
-
- In article <4gjudo$i95@news.xs4all.nl>, vasquez@xs4all.nl (Joel Wijngaarde) writes:
- |> Hello,
- |>
- |> Can somebody tel me how i can make a counter in C wich counts at the same
- |> screen position. I'm mean something like the in the program 'Lha'. This
- |> program counts the bytes, that are (un)packed. The number of bytes
- |> increases on the same spot; NOT like this:
- |> 1 2 3 4 5 6 7 8 9 10 11 12 etc....
-
- Try out the CIS controll sequences. I don't have RKRM's at hand,
- but there are command sequences like ESC[A, ESC[B, ... to move the
- cursor around. If you have the RKRM's, inspect the console.device part,
- else repost here for a compilation of important sequences.
-
- --
-
- - Thomas
-
- ------------------------------------------------------------------------------
- Thomas Ganter, cand.math. A3000 18MB 2.8GB HD - ex AMIGA Developer
- Postweg 3 email: ganterth@mathematik.tu-muenchen.de
- 83209 Prien am Chiemsee FAX : (0) 8051 - 63179
- Bavaria, Germany Phone: (0) 8051 - 61895 & 62054
- ------------------------------------------------------------------------------
- Mathematicians are like Frenchmen: whenever you say something to them,
- they translate it into their own language, and at once it is something
- entirely different. J. W. v. Goethe
-
-